25. Edit Text Preference
Edit Text Preference
There is a bug in the video ( @1'35" ),else if statement should be placed at an outer level. The correct code looks like:
if ( Preference instanceof ListPreference ) {
if ( prefIndex >= 0 ) { }
} else if ( Preference instanceof EditTextPreference ) {
}